home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / citta / mi053.dir / 00264_Script_264 < prev    next >
Text File  |  1983-01-31  |  166b  |  13 lines

  1. on exitFrame
  2.   if soundbusy(2) then
  3.      at_hil 197,6,41
  4.     go to the frame
  5.   else
  6.     go "int1"
  7.   end if
  8. end
  9. on mouseup
  10.   sound close 2
  11.   go "int1"
  12. end
  13.